ci: try different Fedora image?
authorFelix Krull <f_krull@gmx.de>
Tue, 25 Aug 2020 17:02:02 +0000 (19:02 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
rust-bindings/rust/.ci/gitlab-ci-base.yml
rust-bindings/rust/Dockerfile

index ca27cdf31263ac18979b3e9fa9bc26d0914a81a6..68ef08586c88c55b8101dcf9706b75ae34e25bc7 100644 (file)
@@ -12,7 +12,7 @@
 
 # config with sccache based on Fedora Rawhide, i.e. very recent libostree
 .fedora-ostree-devel:
-  image: fedora:rawhide
+  image: registry.fedoraproject.org/fedora:rawhide
   extends: .sccache
   before_script:
     - dnf install -y cargo rust ostree-devel
index d09822ba2b20f815348713d84777dbed0649d7ff..99baf7b2b70a3c14edd73b13f4edaeb0a52696fa 100644 (file)
@@ -1,4 +1,4 @@
-FROM fedora:latest
+FROM registry.fedoraproject.org/fedora:latest
 
 RUN dnf install -y curl gcc make tar xz 'dnf-command(builddep)'
 RUN dnf builddep -y ostree